[IA64] Eliminate duble dump_stack
authorAlex Williamson <alex.williamson@hp.com>
Fri, 28 Mar 2008 21:27:13 +0000 (15:27 -0600)
committerAlex Williamson <alex.williamson@hp.com>
Fri, 28 Mar 2008 21:27:13 +0000 (15:27 -0600)
show_registers() already has show_stack(NULL, NULL),
So we get two same Calltraces. This patch eliminate it.

Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
xen/include/asm-ia64/debugger.h

index cf93931e65db4c043e923215be8f0a13f35a7db1..9c55744436b5ec1e8e85e1c2fb836a7419a0386d 100644 (file)
@@ -49,7 +49,6 @@ static inline void
 show_execution_state(struct cpu_user_regs *regs)
 {
     show_registers(regs);
-    dump_stack();
 }
 
 // NOTE: on xen struct pt_regs = struct cpu_user_regs